[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _setcursortype()        Set the Cursor Shape

 #include   <conio.h>

 void _setcursortype(curs);
 int curs;  New cursor type.

        This function will set the cursor type depending on the setting
        of curs:

             _NOCURSOR        no cursor
             _SOLIDCURSOR     solid block cursor
             _NORMALCURSOR    underscore cursor

       Returns:     Nothing

   -------------------------------- Example ---------------------------------

        This example turns the cursor off:
  #include <conio.h>

 int main(void)

    _setcursortype(_NOCURSOR);
    return 0;





This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson